-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Developer Guide with the latest documentation #58
Conversation
Update list command developer guide
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #58 +/- ##
=========================================
Coverage 74.82% 74.82%
Complexity 431 431
=========================================
Files 72 72
Lines 1394 1394
Branches 134 134
=========================================
Hits 1043 1043
Misses 314 314
Partials 37 37 ☔ View full report in Codecov by Sentry. |
docs/DeveloperGuide.md
Outdated
|
||
Step 1. The user launches the application for the first time. | ||
|
||
Step 2. The user executes an Add Command (e.g. 'add n\Alice ad\01/01/2022 dob\01/01/2002 ward\WA') to add a new patient to the address book. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the add command here has some errors
- doesn't have the ic\ field
- ward\ should just be w\
docs/DeveloperGuide.md
Outdated
n\: Indicates the name of the patient | ||
ad\: Indicates the admission date of the patient | ||
dob\: Indicates the date of birth of the patient | ||
ward\: Indicates the ward of the patient is currently in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here as above, ward\ should just be w\ and we should also include ic\
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR will update the Developer Guide, which consists of the latest documentation.